#
# Table structure for table `trivia`
#

CREATE TABLE trivia (
  trivia_id int(4) unsigned zerofill NOT NULL auto_increment,
  question text NOT NULL,
  answer varchar(100) NOT NULL default '',
  alternative1 varchar(100) default NULL,
  alternative2 varchar(100) default NULL,
  PRIMARY KEY  (trivia_id)
) TYPE=MyISAM;

#
# Dumping data for table `trivia`
#

INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0001, 'Earth\'s outer layer of surface soil or crust is called the?', 'lithosphere', 'Lithosphere', 'Crust');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0002, 'This county has the lowest point in South America', 'Argentina', 'argentina', NULL);
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0003, 'What\'s the worlds widest river', 'Amazon', 'amazon', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0004, 'Who recorded \'Cuts Like a Knife\' in 1983', 'Bryan Adams', 'bryan adams', 'Bryan adams');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0005, 'Who recorded \'In the Air Tonight\' in 1981', 'Phil Collins', 'phil collins', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0006, 'What group taped the first 3-D rock video in 1983', 'Aerosmith', 'aerosmith', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0007, 'What is Pogonophobia the fear of', 'Beards', 'beards', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0008, 'The first toilet ever seen on television was on what show', 'Leave It To Beaver', 'leave it to beaver', 'Leave it to Beaver');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0009, 'What is Barbi\'s full name', 'Barbara Millicent Roberts', 'barbara millicent roberts', 'Barbara Roberts');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0010, 'Who was Queen of England for only nine days', 'Lady Jane Grey', 'lady jane grey', 'Jane Grey');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0011, 'Whose comment on the first moon landing was "This is the greatest week in the history of the world since the creation"', 'Richard Nixon', 'richard nixon', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0012, 'The Voyage of the Beagle told of which scientist\'s discoveries', 'Charles Darwin', 'charles darwin', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0013, 'What is the name of Oprah Winfrey\'s production company?', 'Harpo', 'harpo', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0014, 'The world\'s rarest coffee, Kopi Luwak, comes from which country?', 'indonesia', 'Indonesia', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0015, 'This traditional Japanese wrestling sport takes place in a circular ring?', 'Sumo Wrestling', 'sumo wrestling', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0016, 'A grabatologist collects?', 'Ties', 'ties', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0017, 'What river has the largest drainage basin', 'Amazon', 'amazon', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0018, 'What is the study of heredity called', 'Genetics', 'genetics', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0019, 'How often does something recur, that recurs "quotidian"', 'Daily', 'daily', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0020, 'The Old English word \'fneosan\' means what nowadays', 'To sneeze', 'to sneeze', 'to Sneeze');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0021, 'What was the name of the Addams family\'s giant man-eating plant?', 'Cleopatra', 'cleopatra', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0022, 'Bond:What is Goldfinger\'s first name?', 'Auric', 'auric', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0023, 'What country is the world\'s deepest mine located?', 'South Africa', 'south africa', 'south Africa');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0024, 'Bond:What was the first James Bond film?', 'Dr. No', 'dr. no', 'Dr No');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0025, 'In which country would you find McLaks (grilled salmon sandwich) on the McDonalds menu?', 'Norway', 'norway', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0026, 'Hades was god of what?', 'The underworld', 'the underworld', 'The Underworld');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0027, 'These attach muscles to bones or cartilage?', 'Tendons', 'tendons', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0028, 'What band recorded the 1978 hit album: \'Briefcase Full of Blues\'?', 'The Blues Brothers', 'the blues brothers', 'Blues Brothers');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0029, 'A terrapin is a type of _________.?', 'Turtle', 'turtle', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0030, 'Who was the author of \'Of Mice and Men\'?', 'John Steinbeck', 'john steinbeck', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0031, 'Who invented wax paper?', 'Thomas Edison', 'thomas edison', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0032, 'What part of the eye is affected by cataracts?', 'Lens', 'lens', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0033, 'What was the only nation to register zero births in 1983?', 'Vatican City', 'vatican city', 'Vatican');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0034, 'What type of animal is a wallaby?', 'kangaroo', 'Kangaroo', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0035, 'What is the only river that flows both north and south of the equator, crossing it twice?', 'congo', 'Congo', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0036, 'What is the main food of mosquitoes?', 'Nectar', 'nectar', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0037, 'What was the name of the Duke of Wellington, who defeated Napoleon at the battle of Waterloo?', 'Arthur Wellesley', 'arthur wellesley', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0038, 'What is the main ingredient in glass?', 'Sand', 'sand', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0039, 'The chemical formula H2O2 refers to what?', 'Hydrogen Peroxide', 'hydrogen peroxide', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0040, 'TV: What does ALF stand for?', 'Alien Life Form', 'alien life form', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0041, 'What is the smallest dinosaur so far discovered?', 'Compsognathus', 'compsognathus', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0042, 'What 80\'s band included members from Bad Company and Led Zeppelin?', 'The Firm', 'the firm', 'the Firm');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0043, 'Who replaced Ronnie James Dio in Black Sabbath?', 'Ian Gillan', 'ian gillan', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0044, 'What is Paul McCartney\'s real first name?', 'James', 'james', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0045, 'What is Ozzy Osbourne\'s real first name?', 'John', 'john', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0046, 'What animal only blinks one eye at a time?', 'hampster', 'Hampster', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0047, 'Who invented scissors?', 'Leonardo Da Vinci', 'leonardo da vinci', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0048, 'What is the most common name in the world?', 'Mohammed', 'mohammed', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0049, 'What is the only bird that can fly backwards?', 'Hummingbird', 'hummingbird', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0050, 'Who was the original voice of Darth Vader (hint: NOT James Earl Jones)?', 'David Prowse', 'david prowse', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0051, 'What foreign country\'s phone book is alphabetized by first name?', 'Iceland', 'iceland', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0052, 'What animals eye is bigger than its brain?', 'ostrich', 'Ostrich', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0053, 'What is the longest recorded flight of a chicken?', '13 seconds', '13 Seconds', '13 secs');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0054, 'Who was the 16th president of the united states?', 'Abraham Lincoln', 'abraham lincoln', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0055, 'What rock music term was coined by william burroughs in his book "the soft machine"?', 'heavy metal', 'Heavy Metal', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0056, 'What is a young lion called?', 'cub', 'Cub', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0057, 'What was tarzan\'s true identity?', 'lord greystoke', 'Lord Greystoke', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0058, 'What is a young otter called?', 'Whelp', 'whelp', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0059, 'what\'s short for "light amplification by stimulated emission of radiation"?', 'laser', 'Laser', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0060, 'what planet in the solar system is the largest?', 'jupiter', 'Jupiter', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0061, 'What canal does Port Said stand on?', 'suez canal', 'Suez Canal', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0062, 'What\'s the study of gases in motion called?', 'aerodynamics', 'Aerodynamics', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0063, 'What continent is sierre leone in?', 'africa', 'Africa', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0064, 'Who recorded the album "wings over america" in 1976?', 'Paul Mccartney', 'paul mccartney', 'Paul Mc Cartney');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0065, 'What system do the blind use for reading?', 'braille', 'Braille', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0066, 'l is the roman numeral for what number', 'fifty', 'Fifty', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0067, 'In "10,000 Leagues Under The Sea", what ship did Captain Nemo travel in?', 'Nautilus', 'nautilus', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0068, 'What did Americans call the first Cuban in space?', 'Castronaut', 'castronaut', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0069, 'Which cosmetics giant began in 1886 as the California Perfume company?', 'Avon', 'avon', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0070, 'Where were the Toltecs from?', 'Mexico', 'mexico', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0071, 'How many Jews were saved on Schindler\'s List?', '1,100', '1100', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0072, 'What was Wilma Flintstone\'s maiden name?', 'Slaghoopal', 'slaghoopal', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0073, 'What color was Coca Cola originally?', 'green', 'Green', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0074, 'What animal\'s milk does not curdle?', 'Camel', 'camel', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0075, 'What animals cannot walk backwards?', 'Emus', 'emus', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0076, 'Music: What John Lennon/David Bowie single went to #1 in 1975?', 'Fame', 'fame', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0077, 'Music: What did Pat Benatar sing before she went into Rock music?', 'Opera', 'opera', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0078, 'A hot spring which shoots steam into the air is a _______?', 'Geyser', 'geyser', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0079, 'Music: What band did the music for the 1970s film saturday night fever?', 'The Bee Gees', 'the bee gees', 'Bee Gees');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0080, 'Movies: Neve Campbell & Courtney Cox are terrorized by a murderous horror movie fan in what movie?', 'Scream', 'scream', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0081, 'How many pounds are there in a stone?', '14', 'fourteen', 'Fourteen');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0082, 'Music: What is the term for a composition of five voices or instruments?', 'Quintet', 'quintet', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0083, 'What game of chance was originally called \'Beano\'?', 'Bingo', 'bingo', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0084, 'A "double sheet bend" is a type of what?', 'Knot', 'knot', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0085, 'A person in his eighties is called a(n) __________.?', 'Octogenarian', 'octogenarian', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0086, 'Asparagus is a member of which family?', 'Lily', 'lily', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0087, 'What cult film made an instant star out of a rotund rocker named Meat Loaf?', 'The Rocky Horror Picture Show', 'The Rocky Horror Show', 'the rocky horror picture show');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0088, 'What creatures do the Galapagos islands take their name from?', 'Tortoises', 'tortoises', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0089, 'The three number systems commonly used in computers are binary, decimal and _________.?', 'Hexadecimal', 'hexadecimal', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0090, 'In what Austrian city was Mozart born?', 'Salzburg', 'salzburg', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0091, 'On what type of surface are the tennis matches at Wimbledon played?', 'Grass', 'grass', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0092, 'What symbol is on the flag of Vietnam?', 'Star', 'star', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0093, 'In which country was the Caesar Salad invented?', 'Mexico', 'mexico', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0094, 'In which country is the Lazio region?', 'Italy', 'italy', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0095, 'The word "angel" is derived from the Greek term angelos, from the Hebrew experssion mal\'akh, usually translated as what?', 'Messenger', 'messenger', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0096, 'What name is popularly applied to twins congenitally united in a manner not incompatible with life or activity?', 'siamese twins', 'Siamese Twins', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0097, 'First emperor of Rome (27bc-14ad), who restored unity and orderly government to the realm after nearly a century of civil wars?', 'Augustus', 'augustus', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0098, 'What is the narrow, inland sea, separating the Arabian peninsula, western Asia, from northeastern Africa?', 'Red sea', 'red sea', 'Red Sea');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0099, 'Music: Who is David Robert Jones better known as?', 'David Bowie', 'david bowie', '');
INSERT INTO trivia (trivia_id, question, answer, alternative1, alternative2) VALUES (0100, 'Music: Who recorded \'Be True to your School\' in 1963?', 'The Beach Boys', 'the beach boys', 'Beach Boys');

    